home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / graphics / fxforge / raversfilters / picture chopper < prev    next >
Text File  |  1999-06-15  |  387b  |  23 lines

  1. Category: VideoRave
  2. Title: Picture Chopper
  3. Copyright: Copyright 1998 by harry@visca.com
  4. Author: Harry the Raver
  5. Filename: PicChop.8bf
  6.  
  7. R:put((sin(ctl(0)*sqr(x))-sin(ctl(1)*sqr(y)))/ctl(2),0),src(x-get(0),y-get(0),z)
  8.  
  9. G:src(x-get(0),y-get(0),z)
  10.  
  11. B:src(x-get(0),y-get(0),z)
  12.  
  13. A:a
  14.  
  15. ctl[0]: X Chop
  16. ctl[1]: Y Chop
  17. ctl[2]: Chop Factor
  18.  
  19. val[0]: 229
  20. val[1]: 229
  21. val[2]: 13
  22.  
  23.